func github.com/aws/smithy-go/transport/http.splitHTTPDateHeaderValue

2 uses

	github.com/aws/smithy-go/transport/http (current package)
		headerlist.go#L127: 	return splitHeaderListValues(vs, splitHTTPDateHeaderValue)
		headerlist.go#L130: func splitHTTPDateHeaderValue(v string) ([]string, error) {